home *** CD-ROM | disk | FTP | other *** search
/ All About the French Know-How at E3 2000 (USA) / All About the French Know-How at E3 2000 (USA).bin / Data / 15012 / freestyledub2.exe / scripts / frame_38 / DoAction.as
Text File  |  1999-12-16  |  399b  |  15 lines

  1. CurFrame = getProperty("/cGroupe", _currentframe);
  2. tellTarget("/cGroupe")
  3. {
  4.    gotoAndStop(CurFrame);
  5. }
  6. call("Press" add eval("Couleurs_" add (i + "1")));
  7. set("/cWait/cLoop:LoopRest",int(eval("TempsPasse" add (i + "2")) / "100"));
  8. set("/cWait/cLoop:StartTime",getTimer());
  9. set("/cWait/cLoop:Duree",eval("TempsPasse" add (i + "2")));
  10. tellTarget("/cWait")
  11. {
  12.    gotoAndStop(2);
  13. }
  14. stop();
  15.